GET api/masscommunications?ids[0]={ids[0]}&ids[1]={ids[1]}
Get the batch status by using the MassCommunicationId
Request Information
Authentication
This method requires user authentication
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ids |
(Required) |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfMassCommunication| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of MassCommunication |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Elements": [
{
"MassCommunicationId": 1,
"BatchName": "sample string 2",
"BatchStatus": "sample string 3",
"BatchDescription": "sample string 4"
},
{
"MassCommunicationId": 1,
"BatchName": "sample string 2",
"BatchStatus": "sample string 3",
"BatchDescription": "sample string 4"
}
]
}